SftTree/OCX 7.0

SftTreeItem.Cell Property

Softel vdm, Inc.

Returns a SftTreeCell object for a given cell.

Syntax       

Get

VB.NET

refCellObj = object.Cell(ByVal ColIndex As Short)  As SftTreeCell

VB

Set refCellObj = object.Cell(ByVal ColIndex As Integer)  As SftTreeCell

C#.NET

SftTreeCell refCellObj = object.get_Cell(short ColIndex);

VC++

ISftTreeCell* refCellObj = object->Cell[short ColIndex];
ISftTreeCell* refCellObj = object->GetCell(short ColIndex);

C

HRESULT object->get_Cell(short ColIndex, ISftTreeCell** refCellObj);

Delphi

refCellObj := object.Cell[ColIndex : Smallint]  : ISftTreeCell;

object

A SftTreeItem object.

ColIndex

The zero-based column number of the cell to retrieve.

refCellObj

Returns a SftTreeCell object for a given cell.

Comments

The Cell property returns a SftTreeCell object for a given cell.

The SftTreeCell object represents one cell in a SftTree/OCX control.  Numerous cell-specific properties and methods can be accessed using the returned object refCellObj.

A SftTreeCell object can also be obtained through the control's Cell property.

Certain default properties and behavior for cells can be defined using the SftTreeColumn object.

See Also  SftTreeItem Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com